/*
*Owl Carousel Owl Demo Theme
*www.mycodes.net
*/
.owl-theme .owl-controls{width:100%; left:0; text-align: center; position:absolute; top:30%;}
/* Styling Next and Prev buttons*/
.owl-theme .owl-controls .owl-buttons{height:50px;}
.owl-theme .owl-controls .owl-buttons div{color:#FFF; display:block; zoom: 1; *display: inline; /*IE7 life-saver*/width:50px; height:50px; font-size: 12px; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; background: #f4f4f4; position:relative;}
.owl-prev{left:-60px; float:left;}
.owl-prev:after{content: ''; display: inline-block; position:absolute; top:50%; right:13px; margin-top:-8px; width: 16px; height: 16px; border-top:2px solid #c4c4c4; border-right:2px solid #c4c4c4; transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
.owl-next{right:-60px; float:right;}
.owl-next:after{content: ''; display: inline-block; position:absolute; top:50%; right:19px; margin-top:-8px; width: 16px; height: 16px; border-top:2px solid #c4c4c4; border-right:2px solid #c4c4c4; transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.index-6 .owl-theme .owl-controls{top:40%;}
.index-6 .owl-prev{left:0px; float:left;}
.index-6 .owl-next{right:0px; float:right;}
/* Clickable class fix problem with hover on touch devices*//* Use it for non-touch hover action*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display:none;zoom: 1;*display: inline;/*IE7 life-saver*/}
.owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 5px 7px;filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background: #869791;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
/* preloading images*/
.owl-item.loading{min-height: 150px;background: url(../images/AjaxLoader.gif) no-repeat center center}

@media screen and (max-width:720px) {
	.owl-theme .owl-controls{top:35%;}
}